home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
midi
/
Midi2TeX
/
src
/
tp_m2tf4.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-30
|
1KB
|
42 lines
/* Header for module TP_M2TF4, generated by p2c */
#ifndef TP_M2TF4_H
#define TP_M2TF4_H
#ifndef TP_DECL_H
#include "tp_decl.h"
#endif
#ifndef TP_MISC_H
#include "tp_misc.h"
#endif
/* p2c: tp_debug.pas, line 49:
* Note: Turbo Pascal conditional compilation directive was ignored [218] */
#ifndef TP_DEBUG_H
#include "tp_debug.h"
#endif
#ifdef TP_M2TF4_G
# define vextern
#else
# define vextern extern
#endif
Void ReadBlock (FileRecord *FilRec);
uchar ReadByte (FileRecord *FilRec);
long ReadLongInt (FileRecord *FilRec);
long ReadInteger (FileRecord *FilRec);
long ReadVarLen (FileRecord *FilRec);
Char *ReadString (Char *Result, FileRecord *FilRec, long len);
long GetFilePos (FileRecord *FilRec);
Void SetFilePos (FileRecord *FilRec, long Pst);
Void C2Pstring (Char *Cstr);
Void P2Cstring (Char *Pstr);
Void InitFilRec (FileRecord *FilRec);
Void KillFilRec (FileRecord *FilRec);
Void RestoreLastRead (FileRecord *FilRec);
void _TP_M2TF4_init(void);
#undef vextern
#endif /*TP_M2TF4_H*/
/* End. */